for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
declare function ConnectionStatus(): false | "4g" | "wifi" | "cellular";
/**
* Shuffles array in place.
* @param {Array} a items An array containing the items.
*/
declare function shuffle(a: any[]): any[];
declare var typeConnection: any;
declare var connection: any;
declare var webProxy: string[];
declare var indexer: number;